Conversation
Collaborator
luckyseo3
commented
Feb 26, 2026
- 환경 설정
- 리액트 첫 세팅 시 써있는 불필요한 코드 삭제 (App.css, index, css, App.tsx, index.css)
- CSS 라이브러리, Tailwind CSS 다운로드
- 아이콘 라이브러리, lucide-react 다운로드
- UI 라이브러리, radiux-ui 다운로드
- toast 기능 라이브러리, sonner 다운로드
- navigate 기능을 위한 react-router-dom 다운로드
- 로그인 UI
- Button, Dialog, Input, Label 컴퍼넌트 제작하여 /src/components/ui 에 저장: 프로젝트 통일성 확보에 도움 될 듯해서 일단 LLM으로 만듦
- 이메일, 비밀번호 입력 기능 구현
- 로그인 버튼 구현
- 올바른 이메일, 비밀번호 누르면 다른 페이지로 이동(다른 컴퍼넌트 mount) 구현
- 필요 사항
- Button, Dialog, Input, Label 컴퍼넌트를 LLM으로 만들어서 정확한 기능 확인이 필요
- 이메일, 비밀번호가 확인 로직 수정 필요: DB와 연결? BE와 연결??
- 세부 디자인 수정 필요
- 현재는 App.tsx 파일에 로그인 UI가 있는데 export/import 하는 방식으로 변경 필요하지 않을까 싶음
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.